curl --request PUT \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid}/asset-access \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"access_of_assets": "full_access",
"accessible_assets": null
}'
{
"message": "Asset access modified successfully"
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request PUT \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid}/asset-access \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"access_of_assets": "full_access",
"accessible_assets": null
}'
{
"message": "Asset access modified successfully"
}